runtime.spanQueue.size (method)

2 uses

	runtime (current package)
		mgc.go#L1632: 		print("runtime: full=", hex(work.full), " next=", work.markrootNext, " jobs=", work.markrootJobs, " nDataRoots=", work.nDataRoots, " nBSSRoots=", work.nBSSRoots, " nSpanRoots=", work.nSpanRoots, " nStackRoots=", work.nStackRoots, " spanq.n=", work.spanq.size(), "\n")
		mgcmark_nogreenteagc.go#L59: func (q *spanQueue) size() int {